home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
JCSM Shareware Collection 1993 November
/
JCSM Shareware Collection - 1993-11.iso
/
cl040
/
study21j.lzh
/
STUDIES.DOC
< prev
next >
Wrap
Text File
|
1993-01-01
|
8KB
|
169 lines
╒═══════════════════════════════════════════════════════════╕
│ Bible Studies Version 2.0 │
│ ▌ ▄ ▄ ▄ ▐ Kingdom Enterprises ▌ ▄ ▄ ▄ ▐ │
│ █████████ Copyright 1993 All Rights Reserved █████████ │
╘═══════════════════════════════════════════════════════════╛
THIS PROGRAM IS PROVIDED AS IS WITHOUT ANY WARRANTY, EXPRESSED
OR IMPLIED, INCLUDING BUT NOT LIMITED TO FITNESS FOR A PARTICULAR
PURPOSE. THE AUTHOR ACCEPTS NO RESPONSIBILTIY FOR ANY DAMAGE TO
EQUIPMENT OR OTHER SOFTWARE THAT OCCURS AS A RESULT OF USING THIS
PROGRAM.
BibleStudies is NOT public domain software. This program was written for
and given to God. This program is free to registered users of the OmegaComm
BBS system. If you are not running OmegaComm and plan to use it, then a
suggested tax deductible donation of $15.00 or more should be made
to either your local church or:
Christian Appalachian Project
322 Crab Orchard Road
Lancaster, Kentucky 40446-0001
The Christian Appalachian Project has had nothing to do with the development
or dissemination of this program. Those who chose to use this program in
contradiction to the above restrictions and/or provisions will have to deal
with the Living God on His terms.
WHAT'S NEW: Version 2.0 has refined async i/o routines. It still has
its own built in async i/o, but will use as fossil driver if present.
It will handle 300-38400 baud including 4800, 7200, 14400, and 16800.
The ansi handling routines have also been updated.
****************************************************************************
INPUT - OUTPUT
****************************************************************************
This program can be used 'as is' or as a BBS door program. It will read
the Door.Sys* file if available and if not available it will look for a
Dorinfo.Def, Dorinfo1.Def, or Dorinfo2.Def file (RBBS & QuickBBS compatible)
file for user data. This program is fully compatible with OmegaComm BBS.
It has its own built in async i/o so no doors handler will be needed.
Simply execute the program. Reference the sample bat file: STUDIES.BAT.
The program with its built in async i/o will handle communication ports
1 and 2, and 300 - 19200 baud. Since it saves the vectors upon entrance
and restores them upon exit, it should not intefere with your fossil driver
or your bbs's built in async i/o. I have tested it with both OmegaComm
BBS with internal async i/o and with fossil i/o and no problems occurred.
This version has a new async input/output system that is fossil aware.
If a fossil is detected, it uses the fossil driver. If no fossil is
resident, then it uses its own internal driver. The baud rate is not
reset anymore either. This way, the driver(s) will work perfectly with
locked port.
I am not sure who wrote all of these studies. Some I wrote, some came
from Don Millsap, and some from Lee James. Whoever, wrote the rest ...
thanks and may God bless you!
****************************************************************************
FILE STRUCTURES
****************************************************************************
[ STUDIES.CNF ]
90 < NUMBER OF BIBLE STUDIES >
2 ( NUMBER OF MENUS >
C:\TEST\ < LOCATION OF STUDIES >
ABIDING.TXT < NAMES OF THE STUDIES >
ABRAHAM.TXT
ANGELS.TXT
APOSTATE.TXT
ARMOR.TXT The studies must be in order as listed
AROSE1.TXT in the menus.
AROSE2.TXT
BLIND.TXT Make sure that there is a '\' at the
CAINWIFE.TXT end of the location listed above.
CONTEXT.TXT
CONTRA.TXT
**************************************************************************
MENUS
**************************************************************************
Use any decent Ansi/ASCII screen maker like TheDraw or AnsiDraw to make
the Menu(x).Ans , Menu(x).Asc, and Filetran.Scr files.
**************************************************************************
FILE TRANSFER PROTOCOLS
**************************************************************************
┌────────╥─────────────────╥────────╥─────────────────╖
│ CODE ║ PROTOCOL ║ CODE ║ PROTOCOL ║
├────────╫─────────────────╫────────╫─────────────────╟
│ G ║ YMODEM-G ║ X ║ XMODEM CRC ║
│ K ║ XMODEM 1K ║ Y ║ YMODEM ║
│ Q ║ QMODEM-G ║ Z ║ ZMODEM ║
├────────╨─────────────────╨────────╨─────────────────╢
│ Select the CODE that indicates your choice ....... ║
└─────────────────────────────────────────────────────╜
These are the only ones available at this time. They require
of the use of DSZ.COM from Omen Technology.
**************************************************************************
COMMAND LINE PARAMETERS WITH NO DOOR.SYS OR DORINFO.DEF FILE
**************************************************************************
STUDIES %1 %2 %3 %4 %5 %6
%1 = < FIRST NAME OF CALLER >
%2 = < LAST NAME OF CALLER >
%3 = < COMPORT [0 = LOCAL, 1 OR 2] >
%4 = < BAUD RATE - 300,1200,2400,9600>
%5 = < TIME LEFT IN MINUTES>
%6 = < GRAPHICS - EITHER G (COLOR) OR M (MONO)>
**************************************************************************
DOOR.SYS FILE STRUCTURE
**************************************************************************
SYSOP < NAME OF CALLER - FIRST AND LAST NAME>
0 < COMPORT [0 = LOCAL, 1 OR 2] >
2400 < BAUD RATE - 300,1200,2400,9600>
120 < TIME LEFT - IN MINUTES >
G < GRAPHICS - EITHER G (COLOR) OR M (MONO)>
S < ALWAYS A 'S' >
FOR FURTHER INFORMATION SEE THE DOORWAY DOCUMENTATION AND OMEGA.DOC.
THIS FILE IS CREATED EACH TIME AN EXTERNAL PROGRAM IS RUN.
**************************************************************************
DORINFO.DEF/DORINFO1.DEF/DORINFO2.DEF FILE STRUCTURE
**************************************************************************
JACOBS LADDER < BBS NAME >
LARRY < SYSOP FIRST NAME >
LOISELLE < SYSOP LAST NAME >
COM0 < COM PORT - 0 = LOCAL >
2400 BAUD,N,8,1 < BAUD RATE ETC >
0 < UNKNOWN - NEEDS TO BE 0 >
LARRY < CALLER FIRST NAME >
LOISELLE < CALLER LAST NAME >
MANOR, TEXAS < CALLER CITY, STATE >
3 < SCREEN TYPE - 1 = MONO, 2 = ANSI GRAPHICS, 3 = COLOR >
9 < ACCESS LEVEL >
120 < TIME LEFT >
-1 < UNKNOWN - MUST BE -1 >
****************************************************************************
SAMPLE BAT FILES
****************************************************************************
Two '.bat' files are provided for example. CMDLINE.BAT is an example of
how to use STUDIES.EXE without the Door.Sys or Dorinfo.Def files. STUDIES.BAT
is an example of how to use STUDIES.EXE with either the Door.Sys or
Dorinfo.Def files
****************************************************************************
Larry Loiselle
January 1, 1993